Removed an extra semicolon. (#515219, reported by Kazuki IWAMOTO)
authorCody Russell <bratsche@gnome.org>
Sat, 9 Feb 2008 04:03:25 +0000 (04:03 +0000)
committerCody Russell <bratsche@src.gnome.org>
Sat, 9 Feb 2008 04:03:25 +0000 (04:03 +0000)
2008-02-08  Cody Russell  <bratsche@gnome.org>

        * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
        Removed an extra semicolon.  (#515219, reported by Kazuki IWAMOTO)

svn path=/trunk/; revision=19502

ChangeLog
gtk/gtkcombobox.c

index af7a3df359bd292e2e92c7dc0718f90b13e0c342..0969cf36c9a234ea42a244d2af1475d52ac4d09f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-08  Cody Russell  <bratsche@gnome.org>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
+       Removed an extra semicolon.  (#515219, reported by Kazuki IWAMOTO)
+
 2008-02-08  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Ignore the
index 1a61027ff7b2c5f6ee393b313189dd5128c3db74..b8d16f3c2d489b955144e99b40267873793d38ac 100644 (file)
@@ -4067,7 +4067,7 @@ gtk_combo_box_cell_layout_pack_start (GtkCellLayout   *layout,
                                       GtkCellRenderer *cell,
                                       gboolean         expand)
 {
-  GtkComboBox *combo_box = GTK_COMBO_BOX (layout);;
+  GtkComboBox *combo_box = GTK_COMBO_BOX (layout);
   ComboCellInfo *info;
   GtkComboBoxPrivate *priv;